home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  2007-07-13  |  534b  |  27 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 345
  3.   Top = 255
  4.   AlphaBlendValue = 225
  5.   BorderStyle = bsNone
  6.   ClientHeight = 334
  7.   ClientWidth = 365
  8.   Color = clFuchsia
  9.   TransparentColor = True
  10.   TransparentColorValue = clFuchsia
  11.   ParentFont = True
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object tiSplash: TTimer
  20.     Enabled = False
  21.     Interval = 750
  22.     OnTimer = tiSplashTimer
  23.     Left = 36
  24.     Top = 24
  25.   end
  26. end
  27.